type runtime.pMask
12 uses
runtime (current package)
mgc.go#L350: spanqMask pMask
proc.go#L3902: func checkRunqsNoP(allpSnapshot []*p, idlepMaskSnapshot pMask) *p {
proc.go#L3924: func checkTimersNoP(allpSnapshot []*p, timerpMaskSnapshot pMask, pollUntil int64) int64 {
proc.go#L7313: type pMask []uint32
proc.go#L7316: func (p pMask) read(id uint32) bool {
proc.go#L7323: func (p pMask) set(id int32) {
proc.go#L7330: func (p pMask) clear(id int32) {
proc.go#L7337: func (p pMask) any() bool {
proc.go#L7350: func (p pMask) resize(nprocs int32) pMask {
runtime2.go#L1430: idlepMask pMask
runtime2.go#L1458: timerpMask pMask
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |